BACK TO LIST

Syntax:

VA1.Enable_Artificial_Intelligence ="YES/NO"

Details :

This specifies if the VoiceAction has to go further to process the THIRD STAGE or SKIP the last stage.

Example :

Private Sub Start()

VA1...

VA1..Enable_Artificial_Intelligence = "YES"

End Sub

BACK TO LIST